home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Utilities / BackSpace / Source / Makefile < prev    next >
Makefile  |  1994-05-21  |  2KB  |  61 lines

  1. #
  2. # Generated by the NeXT Project Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Project Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = BackSpace
  11.  
  12. PROJECTVERSION = 1.1
  13. LANGUAGE = English
  14.  
  15. APPICON = backicon.tiff
  16. DOCICONS = backo.tiff backmodule.tiff
  17.  
  18. LOCAL_RESOURCES = BackSpace.nib Info.nib Help Localizable.strings
  19.  
  20. GLOBAL_RESOURCES = balls.tiff boink.tiff corner.tiff defaultImage.tiff\
  21.                    sam.tiff space.eps x.tiff French.lproj German.lproj\
  22.                    Japanese.lproj
  23.  
  24. CLASSES = BackView.m BackWindow.m BlackView.m BoinkViewPart.m\
  25.           CornerView.m ModuleList.m MySlider.m PanelImageView.m\
  26.           Password.m SleepView.m SpaceView.m Thinker.m UserPath.m
  27.  
  28. HFILES = BackView.h BackWindow.h BlackView.h BoinkViewPart.h\
  29.          CornerView.h ModuleList.h MySlider.h PanelImageView.h\
  30.          Password.h SleepView.h SpaceView.h Thinker.h UserPath.h
  31.  
  32. MFILES = BackSpace_main.m ioctls.m ThinkMore.m Thinspector.m
  33.  
  34. PSWFILES = BoinkWraps.psw psfuncts.psw
  35.  
  36. OTHERSRCS = README.rtf .dir.tiff convertToBackOs
  37.  
  38.  
  39. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  40. MAKEFILE = app.make
  41. INSTALLDIR = $(HOME)/Apps
  42. INSTALLFLAGS = -c -s -m 755
  43. SOURCEMODE = 444
  44.  
  45. ICONSECTIONS =    -sectcreate __ICON app backicon.tiff \
  46.         -sectcreate __ICON backo backo.tiff \
  47.         -sectcreate __ICON backmodule backmodule.tiff
  48.  
  49. LIBS = -lMedia_s -lNeXT_s -lIndexing_s
  50. DEBUG_LIBS = $(LIBS)
  51. PROF_LIBS = $(LIBS)
  52.  
  53.  
  54. -include Makefile.preamble
  55.  
  56. include $(MAKEFILEDIR)/$(MAKEFILE)
  57.  
  58. -include Makefile.postamble
  59.  
  60. -include Makefile.dependencies
  61.